All Projects β†’ Airmime β†’ minstyle.io

Airmime / minstyle.io

Licence: MIT license
πŸ‘Œ A simple CSS Framework, including dark mode.

Programming Languages

SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to minstyle.io

unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-77.59%)
Mutual labels:  simple, css-framework
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (+53.45%)
Mutual labels:  dark-theme, css-framework
Kernel.css
The CSS framework built for any kind of task
Stars: ✭ 80 (+37.93%)
Mutual labels:  simple, css-framework
Halfmoon
Front-end framework with a built-in dark mode and full customizability using CSS variables; great for building dashboards and tools.
Stars: ✭ 2,583 (+4353.45%)
Mutual labels:  dark-theme, css-framework
Isometricsass
Sass library to make isometric 2D without javascript
Stars: ✭ 331 (+470.69%)
Mutual labels:  simple, css-framework
Water.css
A drop-in collection of CSS styles to make simple websites just a little nicer
Stars: ✭ 6,666 (+11393.1%)
Mutual labels:  simple, css-framework
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (+203.45%)
Mutual labels:  simple, dark-theme
wingpanel-indicator-daynight
A Wingpanel indicator to toggle 'prefer dark variant' option in elementary OS
Stars: ✭ 36 (-37.93%)
Mutual labels:  dark-theme
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (+12.07%)
Mutual labels:  css-framework
plume2
πŸš€a lightweight React state container for web and app
Stars: ✭ 74 (+27.59%)
Mutual labels:  simple
mtDNS
εŠ¨ζ€εŸŸεθ§£ζžζœεŠ‘οΌŒθ‡ͺεŠ¨θŽ·ε–IPεΉΆθ§£ζžθ‡³ι˜Ώι‡ŒδΊ‘οΌ
Stars: ✭ 25 (-56.9%)
Mutual labels:  simple
AhnTri
Super-simple OS
Stars: ✭ 54 (-6.9%)
Mutual labels:  simple
hackmd-dark-theme
Dark theme for HackMD
Stars: ✭ 74 (+27.59%)
Mutual labels:  dark-theme
qtcreator
πŸ§›πŸ»β€β™‚οΈ Dark theme for Qt Creator
Stars: ✭ 39 (-32.76%)
Mutual labels:  dark-theme
dead-simple-blog
A flat-file, database-free, almost-single-file blog "engine" using PHP.
Stars: ✭ 26 (-55.17%)
Mutual labels:  simple
i3
πŸ§›πŸ»β€β™‚οΈ Dark theme for i3
Stars: ✭ 94 (+62.07%)
Mutual labels:  dark-theme
Customizable-Crypto-Currency-Dashboard-with-Chart
πŸ“Ί A Dashboard with the price movements of the selected Cryptocurrencies πŸ’Ή
Stars: ✭ 79 (+36.21%)
Mutual labels:  simple
elastic-dark
Roundcube Skin
Stars: ✭ 26 (-55.17%)
Mutual labels:  dark-theme
sleek button
A simple but yet customizable button.
Stars: ✭ 63 (+8.62%)
Mutual labels:  simple
FastDarkTheme
Experiment with dark themes based on popular apps.
Stars: ✭ 47 (-18.97%)
Mutual labels:  dark-theme

minstyle.io

A simple & Lightweight CSS Framework, including dark mode.

MIT Licence npm version

minstyle.io

Informations

minstyle.io is a simple and light open source CSS framework. It integrates a set of pre-designed HTML elements, allowing the rapid and simple development of interfaces for all devices.

minstyle.io is entirely designed in CSS (SCSS), no javascript library is developed or required.

The architecture of the framework is based on the concatenation of classes. For example, the ms-btn classe allows to get the default design of a button, the ms-primary classe allows to change background-color, and the ms-rounded classe allows to round the button angles.

The framework is based on 4 colors: primary .ms-primary and secondary ms-secondary being the main colors of the design. The action colors, .ms-action and .ms-action2, allow you to highlight the elements calling for an action, or define a complementary color to the first two.

Since V2, it is possible to customize the 4 colors via the framework generator.

Each component of the framework is compatible with the dark mode. A dedicated page explains how it works.

Version

minstyle.io V2.0.1

Get Started

The sources code are available for download in dist/ folder. To integrate it in your project, you just need to add the following tag between your tags, after downloading the .css file.

<link rel="stylesheet" href="css/minstyle.io.css">

The /dist/css/minstyle.io.min.css file is a compressed version of the framework, it will be faster to load.

The /dist/css folder contains all compiled CSS files. If you want to modify the framework sources, the /css/scss folder contains all the SASS files. The /css/scss/minstyle.io.scss file contains the variables (colors, shape, etc...) used on the whole framework.

jsdelivr

For greater simplicity, you could add the link tag, importing sources from a CDN.

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/minstyle.io.min.css">

npm

minstyle.io is also available under npm.

npm i minstyle.io

Yarn

minstyle.io is also available under yarn.

yarn add minstyle.io

Dark mode

minstyle.io integrates the management of the dark mode. Read how to install dark-mode-switcher.

How to use ?

Full documentation is available on minstyle.io.

Get started

Layout

Content

Elements

Components

Helpers

License

Designed by RΓ©mi MARION. Licensed under MIT License.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].