Sebastian Nitu

Results 29 issues of Sebastian Nitu

Would be an awesome feature to have. I know I would put it to good use :)

Feature

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...

Type: Update
Priority: Medium
Area: JavaScript
Area: Docs

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...

Type: Deprecate
Priority: High
Area: Styles

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

Priority: Medium
Area: Styles
Type: Component

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.

Type: Feature
Priority: Medium
Area: Docs

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...

Type: Update
Priority: Low
Area: Styles

Found this as on oversight. Should text align center buttons, especially when they are set to block.

Type: Update
Priority: Low
Area: Styles

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.

Type: Update
Priority: High
Area: Styles

The parameter order is in the wrong order in the docs

Type: Bug
Priority: High
Area: Docs

Right now I have all styles in a huge `custom.scss` file. Let's break out component specific styles into their own files.

Type: Update
Priority: High
Area: Docs