1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 06:32:05 +02:00

14 Commits

Author SHA1 Message Date
BcRikko
bd118e236c refactor(storybook/webpack.config.js): add custom functions 2019-06-04 09:12:58 +09:00
Igor Guastalla de Lima
e90c1d227f chore(storybook): remove unused import 2019-03-05 15:06:20 -03:00
Igor Guastalla de Lima
58a8a1bd0b chore(storybook): update storybook to version 5 2019-03-05 14:37:51 -03:00
BcRikko
6c05cf26cb docs(storybook): rename docs to story
i'd like to use docs as demo site directory
2019-02-20 19:46:19 +09:00
Trezy
1b0db4ab1d refactor(cursors): Use data-uris for cursors
I've switched us from using `file-loader` to `url-loader`. This will automatically convert local URL
imports to data URIs, which means the framework no longer needs to load them from a remote URL.

#207
2019-01-30 13:31:30 -06:00
Trezy
3ab3cd5d9b Add Storybook backgrounds (#231)
* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.

* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.
2018-12-27 11:04:30 +02:00
Trezy
7d1d13a1bb feat(storybook): Center Storybook components 2018-12-17 14:26:48 -06:00
Trezy
abbd67ce13 build(storybook): Add hot reloading to storybook
I've added hot reloading to Storybook. This means that during development, all we have to do is run
Storybook. As we make changes to the SCSS files, the changes will automatically be reflected in
Storybook. 😁
2018-12-11 00:07:39 -06:00
Abdullah Samman
a6488a10c9
fix(storybook): change isdark container font color to white (#111) 2018-12-08 08:54:14 +02:00
Malcolm Laing
6e515a5fac chore: update pr to upstream changes 2018-12-05 12:24:59 +01:00
BcRikko
75436bcad4 build: fix config files 2018-12-05 19:35:16 +09:00
Abdallah Samman
c5749a531f Add Storybook Knobs 2018-12-04 19:34:57 +02:00
Abdallah Samman
81d6c43900 Add pre-commit hook to eslint javascript code; import nes.min.css globaly in stories; 2018-12-04 17:13:03 +02:00
Abdallah Samman
abf0b3597f Add storybook as docs; add eslint as javascript styleguide with AirBnb Style. 2018-12-04 13:55:52 +02:00