Library to encapsulate CSS styles under a css selector
For internet explorer 11 or higher.
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>
See folder of examples
- Emanuel Rojas Vásquez - Initial work - erovas
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
Libreria para encapsular estilos CSS bajo un selector css.
Para Internet Explorer 11 o superior.
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>
Ver la carpeta de ejemplos
- Emanuel Rojas Vásquez - Initial work - erovas
Este proyecto está licenciado bajo Licencia BSD 3-Clause - ver el archivo LICENCIA para mas detalles.