Skip to content

Instantly share code, notes, and snippets.

@milk1000cc
Created January 8, 2023 06:01
Show Gist options
  • Save milk1000cc/fdd998726ef2266828e9e90755225d77 to your computer and use it in GitHub Desktop.
Save milk1000cc/fdd998726ef2266828e9e90755225d77 to your computer and use it in GitHub Desktop.
SugarSS as an alternative to Sass
module.exports = {
parser: require('sugarss'), // https://github.com/postcss/sugarss
plugins: [
require('postcss-import-ext-glob'),
require('postcss-import'),
require('postcss-mixins'),
require('postcss-simple-vars'),
require('postcss-nested'),
require('autoprefixer'),
require('postcss-discard-comments'),
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment