1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-15 10:53:57 +02:00

4 Commits

Author SHA1 Message Date
shotaro kaneda
d6b75e5305 feat(progress): adding is-rounded to progess has was requested in #242 2019-01-18 00:00:43 -03:00
Igor Guastalla de Lima
78e522e4dd fix(container): removed padding-top inside with-title class 2019-01-02 20:17:34 -02:00
Trezy
44a1fb2fea Move from box-shadow to border-image for pixelated borders (#234)
* refactor: Convert pixelated borders from box-shadows to border-images

Our previous usage of `box-shadows` and pseudo elements proved to be pretty buggy. Converting to
`border-image`s seems to have fixed a lot of the issues that `box-shadows` caused, such as
`background-color`s appering over top of our borders.

BREAKING CHANGE: This change both eliminates pseudo elements from several components, and adds
pseudo elements to components that did not have them before. This could cause compatibility issues
for users that relied on the existence of those pseudo elements for various styling techniques.

* style(buttons): Remove superfluous commented code
2018-12-29 21:24:06 +02:00
ダーシノ
cf43a3d3a3 Add progress bar (#140)
* feat(progress.scss): add progress bar element

* feat(progress.stories.js): add progress test in storybook

* feat: add is-filled class

* feat: add color variation
2018-12-10 08:48:17 +02:00