jchck / thyme

Thyme is a minimal Sage-based WordPress starter theme
MIT License
3 stars 0 forks source link

Convert shipped .Scss files to their PostCss equivalent #8

Open jchck opened 8 years ago

jchck commented 8 years ago

Should be pretty straight forward, the necessary files are listed below. I'm assuming we're going to maintain the same /asset directory structure and will be shipping the same empty style partials as well.

jchck commented 8 years ago

@mattcdowning main.scss -> main.css is updated & importing tachyons

mattcdowning commented 8 years ago

@jchck pr made: https://github.com/jchck/thyme/pull/11

I left the bootstrap specific extends in but commented out. Let me know if anything is missing or you want to handle any of this differently.

jchck commented 8 years ago

reposting and closing pr #11

I don't understand the purpose of keeping bootstrap specific Sass in the markup. Sass support is out of project scope.

We're also going to need the CSS those Sass files were providing so we can support native wordpress functions.

mattcdowning commented 8 years ago

@jchck PR made: https://github.com/jchck/thyme/pull/12 Added WP generated classes from Codex and removed all Bootstrap markup.