README
Oodle Utility Class Library
Commands
Install Dependencies
$ yarn
# or
$ npm install
Production Build
$ yarn build
# or
$ npm run build
Development Build
$ yarn watch
# or
$ npm run watch
Oodle CSS utility class library for the website and internal projects.
<script type="module">
import oodletechOodleCss from 'https://cdn.skypack.dev/@oodletech/oodle-css';
</script>
$ yarn
# or
$ npm install
$ yarn build
# or
$ npm run build
$ yarn watch
# or
$ npm run watch