Skip to content

Library to encapsulate CSS styles under a css selector

License

Notifications You must be signed in to change notification settings

erovas/shadyCSS.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadyCSS.js

Library to encapsulate CSS styles under a css selector

Compatibility

For internet explorer 11 or higher.

How to use?

Import shadyCSS.js JavaScript library wherever you want into the document before using it.

<script src="shadyCSS.min.js"></script>
<script src="otherScript.js"></script>

or

<script defer src="shadyCSS.min.js"></script>
<script defer src="otherScript.js"></script>

or

<script type="module">
    import "shadyCSS.min.js";
</script>

Demo

See folder of examples

Authors

  • Emanuel Rojas Vásquez - Initial work - erovas

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

Español - Spanish

shadyCSS.js

Libreria para encapsular estilos CSS bajo un selector css.

Compatibilidad

Para Internet Explorer 11 o superior.

¿Cómo utilizarlo?

Importar shadyCSS.js en cualquier parte dentro del documento antes de usarlo.

<script src="shadyCSS.min.js"></script>
<script src="otherScript.js"></script>

or

<script defer src="shadyCSS.min.js"></script>
<script defer src="otherScript.js"></script>

or

<script type="module">
    import "shadyCSS.min.js";
</script>

Demo

Ver la carpeta de ejemplos

Autores

  • Emanuel Rojas Vásquez - Initial work - erovas

Licencia

Este proyecto está licenciado bajo Licencia BSD 3-Clause - ver el archivo LICENCIA para mas detalles.