Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Simple SCSS+JS framework based on jQuery and Gulp

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 Contents

1. [**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)