mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
10 lines
212 B
CSS
10 lines
212 B
CSS
/* Native styles */
|
|
@import url('native/base.css'); /* for speed */
|
|
@import url('native.css');
|
|
|
|
/* Web Awesome components */
|
|
@import url('components/page.css');
|
|
|
|
/* CSS Utilities */
|
|
@import url('utilities.css');
|