Statamic-SASS
Statamic-SASS copied to clipboard
SASS parser plugin for Statamic
Changed output path to the current theme's CSS folder. This is stemmed from my issue #5 with 403 error and MAMP.
Line 861 "$s = $l > 0.5 ? $d / (2 - $max - $min) : $d / ($max + $min);" must be put in a conditional that checks if...
Jeremy, is there any setting override to allow access to the css file inside the _cache? I get a 403 forbidden error when I try to view the compiles scss...
This is a tricky one. My SCSS file looks like this: ``` @media all and (min-width: 1000px) { article { header { ol { li { .post-author { &:before {...