Skip to content

fullcrew/scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullcrew Design SCSS is a modern CSS framework based on Flexbox, CSS Variables and CSS Grid.

npm npm npm bundle size

Documentation

Browse online documentation here.

Quick start

Fullcrew SCSS is constantly in development! Try it out now:

Install

# With npm
npm i @fullcrew/scss

# With yarn
yarn add @fullcrew/scss

# With pnpm
pnpm add @fullcrew/scss

Import

After installation, you can import the CSS file into your project using this snippet:

import '@fullcrew/scss/dist/fullcrew.css'

CDN

https://www.jsdelivr.com/package/npm/fullcrew/scss

Feel free to raise an issue or submit a pull request.

Browser Support

Fullcrew SCSS uses autoprefixer to make (most) Flexbox, CSS grid and CSS Variables features compatible with earlier browser versions. According to Can I use, Fullcrew SCSS is compatible with recent versions of:

  • Chrome
  • Firefox
  • Safari
  • Edge
  • Opera

Internet Explorer (11+) is only partially supported.

License

Code released under MIT license.

Releases

No releases published

Packages

No packages published

Languages