All Projects → codeforms → Punica-CSS-Framework

codeforms / Punica-CSS-Framework

Licence: MIT license
Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS / SCSS with multi-theme support.

Programming Languages

SCSS
7915 projects

Projects that are alternatives of or similar to Punica-CSS-Framework

comet
A minimal and robust BEM-style CSS toolkit.
Stars: ✭ 18 (-48.57%)
Mutual labels:  css-framework, customizable
tatooine
A pluggable, simple, and powerful web scraper.
Stars: ✭ 60 (+71.43%)
Mutual labels:  customizable
strawberry
A new flexbox based CSS micro-framework.
Stars: ✭ 71 (+102.86%)
Mutual labels:  css-framework
analogclock
🕰 A customizable analog clock built using React
Stars: ✭ 16 (-54.29%)
Mutual labels:  customizable
neptune-web
Wise Web Design System
Stars: ✭ 55 (+57.14%)
Mutual labels:  css-framework
siimple
The minimal and themeable CSS toolkit for flat and clean designs
Stars: ✭ 525 (+1400%)
Mutual labels:  css-framework
NotionAI-MyMind
This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else.
Stars: ✭ 181 (+417.14%)
Mutual labels:  customizable
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-40%)
Mutual labels:  customizable
ULogViewer
Cross-Platform Universal Log Viewer.
Stars: ✭ 64 (+82.86%)
Mutual labels:  customizable
mtpThemeManager
An iOS theme manager with all the features. Everything you expect from a theme manager, contains apply theme to whole app, multiple themes, night mode, styles , ...
Stars: ✭ 13 (-62.86%)
Mutual labels:  multi-theme
hucssley
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Stars: ✭ 79 (+125.71%)
Mutual labels:  css-framework
uniformcss
A fully configurable utility class generator and CSS framework built for Sass projects.
Stars: ✭ 133 (+280%)
Mutual labels:  css-framework
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-54.29%)
Mutual labels:  customizable
CLE
Command Live Environment
Stars: ✭ 21 (-40%)
Mutual labels:  customizable
beercss
Build material design interfaces in record time... without stress for devs... 🍺💛
Stars: ✭ 223 (+537.14%)
Mutual labels:  css-framework
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-60%)
Mutual labels:  css-framework
Positional
An elegant and colorful location information app for Android with Compass, Clock, Level, Sun, Moon, Trail Marker and many other features.
Stars: ✭ 72 (+105.71%)
Mutual labels:  customizable
whython
An almost fully customizable language made in python!
Stars: ✭ 45 (+28.57%)
Mutual labels:  customizable
sddm-chili
The hottest theme around for SDDM, the Simple Desktop Display Manager.
Stars: ✭ 67 (+91.43%)
Mutual labels:  customizable
PaintLang
An open source, OOP language with editable syntax.
Stars: ✭ 13 (-62.86%)
Mutual labels:  customizable

Introduction

Documentation | Themes | Nightly Builds | Changelog

Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS with multi-theme support.

Your custom CSS Framework

Punica also lets you create your custom CSS Framework. You can customize all the class names, apply your color scheme, enable or disable features of element/component, change all variables as your need and create your themes according to your taste. You are completely free!

API for Developers

Punica API is based on SCSS maps for various options, values, generating class names, and themes. The Punica SCSS maps contain a key list of options/values/class names/theme variables. For example, you can customize the Punica as you wish with the options.scss and classnames.scss API files and of course generate your custom themes with Punica's theme maps. Take a look at the official SASS docs to get started about SASS maps.

Install From CDN

If you want to quickly add the Punica CSS to your project, you can use the JsDelivr CDN;

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/[email protected]/dist/punica.min.css" crossorigin="anonymous">

HTML Markup

For your default setup, add the Punica CSS file to the element of your HTML5 document. Also include the Material Icons library. That's it!

<!DOCTYPE html>
<html>
    <head>
        <title>Title</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
        <link rel="stylesheet" href="punica.min.css" />
    </head>
    <body>
    </body>
</html>
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].