Vertaling van "SCSS" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La sintaxis indentada y los ficheros SCSS tienen las extensiones.sass y.scss respectivamente.
The indented syntax and SCSS files are traditionally given the extensions.sass and.scss, respectively.
Un mixin es simplemente un conjunto de propiedades que podremos aplicar en diferentes lugares de nuestro SCSS.
A mixin is simply a group of properties that we can apply in different places of our SCSS.
Verter el MAM y la SCSS en cubetas separadas a una profundidad de aproximadamente 0,5 cm.
Pour the MAM and SSCS into separate developing tanks to a depth of approximately 0.5 cm.
ITLC-SG SCSS: cortar la tira a un Rf de 0,75 (75% de la distancia a partir del origen hasta el frente del solvente)
ITLC-SG SSCS: cut the strip at Rf 0.75 (75% of the distance from the origin to the solvent front)
En el fichero webpack.config.js ya hemos declarado una regla para el preprocesado de estilos SCSS y la configuración de css-loader.
In webpack.config.js we declared a rule for SCSS processing and the configuration for css-loader.
Cuando la página se muestre en el navegador, aunque ambos componentes comparten el mismo nombre de clase CSS, cada uno de ellos se renderiza con los estilos que tiene definido en su propio fichero SCSS.
When the page is rendered we can see that although both components share the same class name, each of them is rendered with the styles defined in its own SCSS file.
Al igual que en otros lenguajes una variable simplemente almacenará un valor que podremos usar en otras partes de nuestro SCSS.
In the same way as other languages do, a variable in Sass will just contain a value we will be able to use in other parts of our SCSS.
Este problema no ocurre en SCSS ya que la compilación se realiza antes de desplegar nuestra web, por lo que el CSS generado ya no incluirá las variables o funciones, y por ello será transparente al navegador.
This problem does not happen in SCSS, as the compilation is done before deploying our web, so the generated CSS won't include the variables or functions, so that will be transparent to the browser.
Su página de configuraciones ofrece opciones para cambiar el color oficial, actualizar pre-configuraciones y añadir SCSS y CSS personalizados.
Its settings page offers options for changing the brand colour, uploading presets and adding custom SCSS and CSS.
La sintaxis de SASS es similar a la de SCSS pero no utiliza llaves o punto y coma al final de cada línea, usándose la indentación para indicar el nivel de anidamiento.
SASS syntax is similar to that of SCSS but it doesn't use curly braces or semicolons at the end of each line instead using significant white-space to define the block level.
Mientras tanto, SCSS es más fácil de aprender, ya que en conjunto, se trata de añadir unos cuantos elementos adicionales a CSS.
Meanwhile, SCSS is easier to learn since it's mostly some tiny extra bits on top of CSS.
Eso significa que un fichero SCSS que contenga solo CSS compilaría sin problemas.
That means that any SCSS file containing just CSS would compile without any issue.
SCSS es nuevo en SASS 3 pero la sintaxis antigua sigue estando disponible y además en un futuro seguirá estando soportada.
SCSS is new to SASS 3 but the old syntax is still available and will continue to be supported.