Sebastian Nitu
Sebastian Nitu
Would be an awesome feature to have. I know I would put it to good use :)
Everything I'm doing with JavaScript in the docs can be updated to no longer need jQuery. Even the sticky jquery plugin I'm using, I can now use the CSS position...
Overrides should be declared in the core and custom should be removed all together. Using BaseWeb as a package makes way more sense than how I originally thought I'd be...
Here are a few examples of modal design patterns: * http://carbondesignsystem.com/components/modal/code * https://material.io/guidelines/components/dialogs.html#dialogs-behavior * http://getbootstrap.com/docs/4.0/components/modal/ * https://foundation.zurb.com/sites/docs/reveal.html
This will come in handy later on. Could also be nice to have some sort of [markup][styles] tabs to swap between code examples? Something to think about.
Currently we have the font size in the scale, but should add line height as well because the line height of an h1 is probably not going to be the...
Found this as on oversight. Should text align center buttons, especially when they are set to block.
If I need to use the `make-container()` but don't need the `add-clearfix()` mixin automatically applied to it, there should be a way to omit it.
The parameter order is in the wrong order in the docs
Right now I have all styles in a huge `custom.scss` file. Let's break out component specific styles into their own files.