Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
52e4c45
deleted unnecessary label mixins
UnderlineWords Jan 26, 2021
760c663
updated readme
UnderlineWords Jan 26, 2021
4dd542a
v2.0 unstable
UnderlineWords Jan 27, 2021
b9caeaa
updated core v2.0
UnderlineWords Jan 27, 2021
c4a849d
updated core v2.0
UnderlineWords Jan 28, 2021
5730605
deleted theme mixin
UnderlineWords Jan 28, 2021
38f8037
updated _themes
UnderlineWords Jan 28, 2021
4b786d1
updated core v2.0
UnderlineWords Jan 29, 2021
c9290e2
deleted unminify css file
UnderlineWords Jan 30, 2021
1b4a607
added new v2 beta files
UnderlineWords Jan 30, 2021
e81d614
updated core v2.0
UnderlineWords Jan 30, 2021
6e095ad
updated v2 core
UnderlineWords Jan 31, 2021
a59a9cb
updated beta dists
UnderlineWords Jan 31, 2021
d9657d9
updated link button
UnderlineWords Jan 31, 2021
d1e2579
updated dist
UnderlineWords Jan 31, 2021
450caae
updated core v2.0
UnderlineWords Feb 2, 2021
211e1dc
fixed alert dark style
UnderlineWords Feb 2, 2021
79a23da
updated Navbar
UnderlineWords Feb 2, 2021
2a3779c
fixed timeline dark style
UnderlineWords Feb 2, 2021
bcc2632
updated v2 core
UnderlineWords Feb 2, 2021
7c87b13
updated dark theme
UnderlineWords Feb 2, 2021
5dd2c5c
updated light theme
UnderlineWords Feb 2, 2021
4f28a3b
deleted docs
UnderlineWords Feb 3, 2021
b5c3d04
updated readme
UnderlineWords Feb 3, 2021
e6f8538
updated v2 core
UnderlineWords Feb 5, 2021
84ebe53
updated dist
UnderlineWords Feb 7, 2021
bf9070d
updated v2 core
UnderlineWords Feb 7, 2021
73a778f
updated dist and core
UnderlineWords Feb 9, 2021
716bfdf
updated readme
UnderlineWords Feb 9, 2021
064b320
Merge branch 'master' into 2.x
UnderlineWords Feb 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<p align="center">
Clean, lightweight, responsive, modern and fully customizable.<br>
<a href="https://codeforms.github.io/Punica-CSS-Framework">Documentation</a> |
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases">Changelogs</a>
<a href="http://punica.site" target="_blank"><strong>Documentation</strong></a> |
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases">Changelog</a>
</p>

## Introduction
Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS.
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.

<p>
<a href="https://github.com/codeforms/Punica-CSS-Framework/blob/master/LICENSE"><img src="https://img.shields.io/github/license/codeforms/Punica-CSS-Framework"></a>
Expand All @@ -19,7 +19,11 @@ Punica CSS is a clean, lightweight, responsive, modern and fully customizable (e
## Install From CDN
If you want to quickly add Punica to your project, you can use the JsDelivr CDN;
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@1.8.0/dist/punica.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@2.0.0/dist/punica.min.css" crossorigin="anonymous">
```
Dark theme;
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@2.0.0/dist/punica-dark.min.css" crossorigin="anonymous">
```

## HTML Markup
Expand Down
1 change: 1 addition & 0 deletions dist/punica-dark.min.css

Large diffs are not rendered by default.

Loading