diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:50:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:50:29 +0530 |
| commit | 96de4f15af2ca9925fa262d6c963241c975f2d86 (patch) | |
| tree | 6c34504f8b1bb6307054034e16a5c6e889fda3d7 | |
| parent | 845d503bb16cb5046a4fec6d046b7b527a080187 (diff) | |
| parent | c54a2a8e457a9eeefccc0aff6a533fd6fe961c3c (diff) | |
| download | css-everything-96de4f15af2ca9925fa262d6c963241c975f2d86.tar.gz css-everything-96de4f15af2ca9925fa262d6c963241c975f2d86.zip | |
Merge branch 'main' of github.com:phenax/cssx
Diffstat (limited to '')
| -rw-r--r-- | LICENSE | 21 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Akshay Nair + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7947c92 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# cssx +A ui library where you only write CSS. No HTML, no JS, only CSS |
