Simply doesn't work
arboleya opened this issue · comments
Hi, cool project! However I can't get it to work. :)
I use list-column: 1/2;
in my css and inside the browser it's still list-column: 1/2;
.
Any idea? My config above.
.meteor/packages
meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
session # Client-side reactive dictionary for your app
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
es5-shim # ECMAScript 5 compatibility for older browsers.
ecmascript # Enable ECMAScript2015+ syntax in app code
autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
juliancwirko:postcss
meteorhacks:npm
npm-container
packages.json
{
"postcss-import": "7.1.3",
"postcss-nested": "1.0.0",
"postcss-simple-vars": "1.1.0",
"rucksack-css": "0.8.5",
"autoprefixer": "6.1.0"
}
Ok, and list-column: 1/2 is feature from which PostCSS plugin?
Never mind, I messed up. Everything is fine.