<link>
the CDN,
in your project's <head>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simply-ui@1.1.6/dist/css/simply.min.css">
<title>Simply-UI Demo</title>
</head>
Download or Clone the GitHub Repo and
move the Simply-UI and gulpfile.js folder to your project
(CDN and NPM coming
soon)
In your project directory. Open Terminal and run gulp
to build .css file.
If you use simply.purged.css the file will only have used classes thanks to gulp-purgecss.
<link>
the built css, by default dist/css/simply.html
,
in your project's <head>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="dist/css/simply.css">
<title>Simply-UI Demo</title>
</head>