Skip to content

Commit f58f3cf

Browse files
b232
1 parent dc45ca0 commit f58f3cf

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

dist/punica.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "Punica-CSS-Framework",
3-
"description": "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.",
3+
"description": "Punica CSS Framework is a clean, lightweight, responsive, modern, and fully customizable API-Driven Framework built with SASS/SCSS, offering multi-theme support.",
44
"version" : "3.0.0",
55
"homepage" : "https://github.com/codeforms/Punica-CSS-Framework",
66
"author" : "Fatih Keçeci",

src/punica.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
$active-theme: default;
1313
///-------------------------------------------------------------
1414
////////////////////////////////////////////////////////////////
15-
$theme-name: if(map.has-key(get.$themes, $active-theme),
16-
$active-theme, theme-not-found($active-theme));
17-
$theme: map.get(get.$themes, $theme-name) !global;
15+
$theme-name: if(map.has-key(get.$themes, $active-theme), $active-theme, theme-not-found($active-theme));
16+
$theme : map.get(get.$themes, $theme-name) !global;
1817
////////////////////////////////////////////////////////////////
1918

2019
/*!

0 commit comments

Comments
 (0)