dot.css is a simple CSS framework designed to be intuitive and effective.
You can install dot.css as an NPM module:
npm install @doubledotlabs/dot.cssThis provides the SCSS files at node_modules/@doubledotlabs/dot.css/scss/styles.scss. You can @import this file into
another SCSS file to set custom variables and integrate it with your site's build process.
If you do not need to customize the CSS, you can include the compiled CSS in your HTML using UNPKG:
<link rel="stylesheet" href="https://unpkg.com/@doubledotlabs/dot.css@{version}/dist/styles.css">These styles include the .material-icons web font by default, but are compatible with other alternatives (e.g. FontAwesome) as well.
Copyright (c) 2021 dot-css Contributors
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.