aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/css_preprocessor/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/glossary/css_preprocessor/index.html
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/glossary/css_preprocessor/index.html')
-rw-r--r--files/es/glossary/css_preprocessor/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/glossary/css_preprocessor/index.html b/files/es/glossary/css_preprocessor/index.html
index 7304385604..db56737d8d 100644
--- a/files/es/glossary/css_preprocessor/index.html
+++ b/files/es/glossary/css_preprocessor/index.html
@@ -1,7 +1,8 @@
---
title: Preprocesador CSS
-slug: Glossary/Preprocesador_CSS
+slug: Glossary/CSS_preprocessor
translation_of: Glossary/CSS_preprocessor
+original_slug: Glossary/Preprocesador_CSS
---
<p><span class="seoSummary">Un preprocesador CSS es un programa que te permite generar {{Glossary("CSS")}} a partir de la {{Glossary("syntax")}} única del preprocesador. </span>Existen varios preprocesadores CSS de los cuales escoger, sin embargo la mayoría de preprocesadores CSS añadiran algunas características que no existen en CSS puro, como {{Glossary("variable")}}, mixins, selectores anidados, entre otros. Estas características hacen la estructura de CSS más legible y fácil de mantener.</p>