Add the most basic form of the Art Browser that just lets users see and filter the tokens
This commit is contained in:
parent
82ba07414c
commit
547816701d
9 changed files with 412 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* Resets */
|
||||
@import url("./resets/lists.css") layer(resets);
|
||||
@import url("./resets/hr.css") layer(resets);
|
||||
|
||||
/* Elements */
|
||||
@import url("./elements/utils.css") layer(elements);
|
||||
|
|
@ -9,5 +10,6 @@
|
|||
|
||||
/* Apps */
|
||||
@import url("./apps/common.css") layer(apps);
|
||||
@import url("./apps/ArtBrowser.css") layer(apps);
|
||||
@import url("./apps/ArtistApp.css") layer(apps);
|
||||
@import url("./apps/ImageApp.css") layer(apps);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue