Questions tagged [pleeease]

Pleeease is a Node.js application that easily process your CSS.

Pleeease is a Node.js application that easily process your CSS. It simplifies the use of preprocessors and combines them with best postprocessors. It helps create clean stylesheets, support older browsers and offers better maintenability. This means no more Compass for prefixes, no more rem mixins, and so on.

Resources

2 questions
1
vote
2 answers

The easiest way to use autoprefixer?

What I want to do is simply have a tool that can watch and auto prefix my css. Previously I was using pleeease.io, it is very straightforward for beginners like me, after install it through npm, what I need to do is to create an option…
shenkwen
  • 3,536
  • 5
  • 45
  • 85
0
votes
1 answer

Grunt Pleeease: Extend existing source map

I write Sass and use grunt-pleeease to inline @includes etc. Unfortunately pleeease inlines its source map and ignores the existing one. The source map file from sass is in the same folder as the css I pass to pleeease (main.css and main.css.map) Is…
Thomas
  • 8,426
  • 1
  • 25
  • 49