summaryrefslogtreecommitdiffhomepage
path: root/vi-vn
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
commit216018a02e80fcc369c5c2786538593fa8fd199d (patch)
treee388f5d01f5dc1b13cd0d86ec6e2f8cf8106bfb2 /vi-vn
parent52efd27986c78e7a3d78a2c2b82c186d66eec10f (diff)
Update highlighting languages
Diffstat (limited to 'vi-vn')
-rw-r--r--vi-vn/less-vi.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/vi-vn/less-vi.html.markdown b/vi-vn/less-vi.html.markdown
index be94be49..cc5f3dbb 100644
--- a/vi-vn/less-vi.html.markdown
+++ b/vi-vn/less-vi.html.markdown
@@ -10,7 +10,7 @@ lang: vi-vn
Less là một CSS pre-processor (bộ tiền xử lí CSS), nó thêm các tính năng như biến (variable), lồng (nesting), mixin và nhiều thứ khác. Less cùng với các CSS pre-processor khác như [Sass](http://sass-lang.com/) giúp lập trình viên viết được các đoạn CSS bảo trì được và không bị lặp lại (DRY - Don't Repeat Yourself).
-```css
+```less
// Comment (chú thích) một dòng sẽ bị xóa khi Less được biên dịch thành CSS
/* Comment trên nhiều dòng sẽ được giữ lại */
@@ -388,4 +388,4 @@ Less có thể được dùng trong bất kì dự án nào miễn là ta có ch
## Tìm hiểu thêm
* [Tài liệu chính thức](http://lesscss.org/features/)
-* [Less CSS - Hướng dẫn cho người mới bắt đầu](http://www.hongkiat.com/blog/less-basic/) \ No newline at end of file
+* [Less CSS - Hướng dẫn cho người mới bắt đầu](http://www.hongkiat.com/blog/less-basic/)