Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Version 2 #36

Open
4 tasks
renestalder opened this issue Jun 8, 2015 · 0 comments
Open
4 tasks

Version 2 #36

renestalder opened this issue Jun 8, 2015 · 0 comments
Labels

Comments

@renestalder
Copy link
Contributor

Notes and ideas for a more enhanced version

  • Replace Stylus with PostCSS & cssnext
  • Replace browserify with webpack and babel
  • Modularized folder structure
  • Yeoman generator

Replace Stylus with PostCSS & cssnext

Enables writing raw CSS with future proof rules, defined in the CSS3 and Selector Level 4 spec.

Enables writing Selector Level 4 standards
http://cssnext.io/

For example, generic imports with globbing
https://github.com/postcss/postcss-import#glob

Replace browserify with webpack and babel

Enables easier consumption of external packages. Future proof JavaScript by writing ES6 and ES7 standards and compile them to ES6 or ES5 with babel.

Modularized folder structure

Using SMACSS like folder structure not only with CSS. Put things together so it could be copied by folder and embedded in another application.

Yeoman generator

Create a yeoman generator for easier project initialisation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant