Skip to content

Commit bdd31d3

Browse files
b001
1 parent 1f8407f commit bdd31d3

114 files changed

Lines changed: 2 additions & 6281 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-23 CodeForms / Fatih Kececi
3+
Copyright (c) 2020-25 Fatih Kececi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1 @@
1-
## Introduction
2-
<p>
3-
<a href="https://github.com/codeforms/punica-themes" target="_blank"><strong>Nightly Builds</strong></a> |
4-
<a href="https://github.com/codeforms/punica-templates"><strong>Templates</strong></a> |
5-
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases">Changelog</a>
6-
</p>
7-
8-
<p>
9-
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.
10-
</p>
11-
12-
<p>
13-
<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>
14-
<a href="https://github.com/codeforms/Punica-CSS-Framework/releases"><img src="https://img.shields.io/github/v/release/codeforms/Punica-CSS-Framework"></a>
15-
</p>
16-
17-
### Your custom CSS Framework
18-
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!
19-
20-
### API for Developers
21-
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](https://github.com/codeforms/punica-themes). Take a look at the official [SASS docs](https://sass-lang.com/documentation/values/maps) to get started about SASS maps.
22-
23-
### Install From CDN
24-
If you want to quickly add the Punica CSS to your project, you can use the JsDelivr CDN;
25-
```html
26-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@2.x.x/dist/punica.min.css" crossorigin="anonymous">
27-
```
28-
29-
### HTML Markup & Including Material Symbols and Icons library
30-
For your default setup, add the Punica CSS file to the <head> element of your HTML5 document. Also Punica CSS uses <a href="https://fonts.google.com/icons" target="_blank">Material Symbols and Icons</a> library, therefore you should include this library as well. That's it!
31-
```html
32-
<!DOCTYPE html>
33-
<html>
34-
<head>
35-
<title>Title</title>
36-
<meta charset="utf-8">
37-
<meta name="viewport" content="width=device-width, initial-scale=1">
38-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
39-
<link rel="stylesheet" href="punica.min.css" />
40-
</head>
41-
<body>
42-
</body>
43-
</html>
44-
```
1+
## Punica CSS Framework - Documentation

dist/punica.min.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Components/Alert/Alert.scss

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/Components/Alert/variables.scss

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/Components/Badge/Badge.scss

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/Components/Badge/variables.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Components/Billboard/Billboard.scss

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)