@toba/style
v1.15.12
Published
Common Toba Styles and Assets
Downloads
241
Readme
Toba Style
Common CSS styles, basic design elements and assets for Toba applications.
Installation
yarn add @toba/style --dev
Usage
SASS
Once the module is installed, styles can be referenced as usual from your SASS files. For example, to use _config.scss
:
@import '../node_modules/@toba/style/config';
Icons and Logo
Development
The development source includes the Webpack DevServer configured to convert the styles to standard CSS and load a page with various examples.
npx webpack-dev-server
License
Copyright © 2019 Jason Abbott
This software is licensed under the MIT license. See the LICENSE file accompanying this software for terms of use.