Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development.
Report bug 🐛
|
Request feature ✨
🚧 Under Heavy Construction 🚧
- Just copy stylesheet link into HTML tag
<link href="https://cdn.jsdelivr.net/npm/fluid-css/dist/fluid.min.css" rel="stylesheet" />
. - Start using Fluid
- Download Package as Direct Dependency
npm install fluid-css
- Import required Css Into project using
import "fluid-css/dist/fluid.css"
- Start using Fluid
- Download Package as Direct Dependency
yarn add fluid-css
- Import required Css Into project using
import "fluid-css/dist/fluid.css"
- Start using Fluid
- Download Package using
meteor add fluidframework:fluid
- Import required Css Into project using
import "fluid-css/dist/fluid.css"
- Start using Fluid
Fluid uses ITCSS architecture for its files and folder structure.
src
├───components
├───elements
│ └───typography
├───generics
├───objects
├───settings
│ ├───components
│ ├───design
│ ├───icons
│ ├───misc
│ ├───naming
│ ├───objects
│ ├───placeholders
│ │ └───typography
│ ├───theme
│ └───typography
├───tools
│ ├───functions
│ └───mixins
│ ├───components
│ └───shapes
├───utilities
│ ├───border
│ ├───grid-flex
│ ├───sizing
│ ├───transform
│ └───typography
└───vendors
Fluid is a CSS implementation only
means it components are faster than JavaScript
Components but being a CSS only framework also means that for components like Alerts Popup, User have to implement their own JavaScript Implementation and logics.
Fluid Uses Css version 3 so it is supported by majority of browsers. Fluid is compatible with recent versions of:
- Chrome
- Edge
- Firefox
- Opera
- Safari
- Internet Explorer (10+) is only partially supported.
Fluid uses autoprefixer for compatibility with earlier versions of browsers
- Download Latest master branch
- Extract files
- Customize the Scss files and variables located in
settings
folder - Build Scss using
yarn build
for yarn ornpm build
for npm
👨💻 Ashfahan ◾️ GitHub | GitLab
Code copyright (c) 2019-2027 fluid-framework and Ashfahan and Contributors.
Code released under the MIT License.