drizzle
drizzle copied to clipboard
A streamlined tool for developing, documenting and presenting UI pattern libraries.
I saw in the default template `{{@root.baseurl}}` so I tried to use it in a pattern to point to icons that I added to the assets directory. Using it here...
New toolkits created with drizzle should have `postcss-preset-env` already set up
Currently, creating new toolkit scripts requires you to create a new file, then add a somewhat redundant item to `config.js`: ``` 'drizzle/scripts/drizzle': './src/assets/drizzle/scripts/drizzle.js', 'toolkit/scripts/toolkit': './src/assets/toolkit/scripts/toolkit.js', 'drizzle/scripts/some-page': './src/assets/toolkit/scripts/some-page.js' ``` It seems...
I was reminded of this by [this Smashing post](https://www.smashingmagazine.com/2016/05/design-systems-responsive-design-sell-output-not-workflow/) that @megnotarte shared. Specifically: > One way to display the output better is by using a project hub — one central...
One issue we've experienced a few times is a hesitance from collaborators to use our environment because the Terminal can be scary when you aren't used to it. I mentioned...
Maybe it's a good idea to add in Modular Scale to the boiler plate?
Right now, many of the Drizzle CSS components rely on custom properties like `--color-blue`. It would be nice if these all relied on a small selection of base variables to...
Currently, these are in the generator. It makes more sense to bundle them into this repository.
Currently, the "current page" is identified [using some JavaScript on the client side](https://github.com/cloudfour/drizzle/blob/ea49f40417dd77586bd1000641aa661db48d0283/src/assets/drizzle/scripts/drizzle.js). It'd be nice if this could be determined during compilation, so while iterating through nav objects we...
So global `iframe { max-width: 100%; }` settings (super common) don't conflict.