Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peronczyk/plon
Simple SCSS+JS framework based on jQuery and Gulp
https://github.com/peronczyk/plon
bem bem-methodology css-framework design flexbox gulp jquery jquery-plugin js js-framework oocss oocss-framework sass-framework scss
Last synced: 30 days ago
JSON representation
Simple SCSS+JS framework based on jQuery and Gulp
- Host: GitHub
- URL: https://github.com/peronczyk/plon
- Owner: peronczyk
- License: mit
- Created: 2016-10-11T14:04:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T11:44:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T00:41:39.646Z (7 months ago)
- Topics: bem, bem-methodology, css-framework, design, flexbox, gulp, jquery, jquery-plugin, js, js-framework, oocss, oocss-framework, sass-framework, scss
- Language: JavaScript
- Homepage:
- Size: 2.47 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PLON ![version](https://img.shields.io/npm/v/plon.svg)
Simple SCSS & JS framework based on jQuery and Gulp.---
## Why PLON?
1. This framework was created for front-end developers who **don't want any base visual styling**, for people who likes to **start from a blank page** and have full controll over the effect of their work.
2. SCSS structure and class naming encourages developers to use objective CSS (OOCSS).
3. jQuery plugins are very easy to install and to debug.
3. Provides each plugin as a separate file - so you don't have to use unnecessary code.---
## Demo
[**peronczyk.com/plon**](http://peronczyk.com/plon/)---
## Table of Contents1. [**How to start project with PLON?**](/docs/README.md)
2. [Scripts](/docs/Scripts/README.md) (installation and debuging)
* [CookiesInfo](/docs/Scripts/CookiesInfo.md)
* [GallerySlider](/docs/Scripts/GallerySlider.md)
* [IsScrolled](/docs/Scripts/IsScrolled.md)
* [MenuMobile](/docs/Scripts/MenuMobile.md)
* [Modal](/docs/Scripts/Modal.md)
* [MutationObserver](/docs/Scripts/MutationObserver.md)
* [Reveal](/docs/Scripts/Reveal.md)
* [RichTextEditor](/docs/Scripts/RichTextEditor.md)
* [ScrollParallax](/docs/Scripts/ScrollParallax.md)
* [ScrollSections](/docs/Scripts/ScrollSections.md)
* [ScrollTo](/docs/Scripts/ScrollTo.md)
* [SocialFeed](/docs/Scripts/SocialFeed.md)
* [StickyBlocks](/docs/Scripts/StickyBlocks.md)
* [Tabs](/docs/Scripts/Tabs.md)
* [TiltIt](/docs/Scripts/TiltIt.md)
* [ToolTips](/docs/Scripts/ToolTips.md)
* [VideoAutoPause](/docs/Scripts/VideoAutoPause.md)
3. [Gulp](/docs/gulp.md)