61
40K
417K
1
15 December 2022
25 November 2013
Based on 61 on WordPress.org
Yes, absolutely. Make sure you define your directories relative to your child theme and that your child theme is active. Otherwise you’ll see an error regarding missing directories.
PHP 7.2 is required to run WP-SCSS
You can import other scss files into parent files and compile them into a single css file. To do this, use @import as normal in your scss file. All imported file names must start with an underscore. Otherwise they will be compiled into their own css file.
When importing in your scss file, you can leave off the underscore.
@import 'subfile';
Currently there isn’t a way to fully support compass with a php compiler. If you want limited support, you can manually import the compass framework. You’ll need both the _compass.scss and compass directory.
compass / frameworks / compass / stylesheets /
@import ‘compass’;`
Alternatively, you can include Bourbon in a similar fashion.
This plugin will only work with .scss format.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
PHP 7.2 is required to run WP-SCSS
You can import other scss files into parent files and compile them into a single css file. To do this, use @import as normal in your scss file. All imported file names must start with an underscore. Otherwise they will be compiled into their own css file.
When importing in your scss file, you can leave off the underscore.
@import 'subfile';
Currently there isn’t a way to fully support compass with a php compiler. If you want limited support, you can manually import the compass framework. You’ll need both the _compass.scss and compass directory.
compass / frameworks / compass / stylesheets /
@import ‘compass’;`
Alternatively, you can include Bourbon in a similar fashion.
This plugin will only work with .scss format.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
You can import other scss files into parent files and compile them into a single css file. To do this, use @import as normal in your scss file. All imported file names must start with an underscore. Otherwise they will be compiled into their own css file.
When importing in your scss file, you can leave off the underscore.
@import 'subfile';
Currently there isn’t a way to fully support compass with a php compiler. If you want limited support, you can manually import the compass framework. You’ll need both the _compass.scss and compass directory.
compass / frameworks / compass / stylesheets /
@import ‘compass’;`
Alternatively, you can include Bourbon in a similar fashion.
This plugin will only work with .scss format.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
Currently there isn’t a way to fully support compass with a php compiler. If you want limited support, you can manually import the compass framework. You’ll need both the _compass.scss and compass directory.
compass / frameworks / compass / stylesheets /
@import ‘compass’;`
Alternatively, you can include Bourbon in a similar fashion.
This plugin will only work with .scss format.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
This plugin will only work with .scss format.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
Do you have errors printing to the front end? If not, check your log file in your scss directory. The css will not be updated if there are errors in your sass file(s).
Make sure your directories are properly defined in the settings. Paths are defined from the root of the theme.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
If you are having issues with the plugin, create an issue on github, and we’ll do our best to help.
realpath
function. Addition by mmcev106/
. Issue found by realjjavewebVarious improvements from pull requests by @jbrains and @brainfork
settings -> WP-SCSS
.