Questions tagged as 'scss'

1
answer

How can I show php errors elsewhere

When you give me an error for example: Parse error: syntax error, unexpected '{' in C:\xampp\htdocs\sitio\index.php on line 5 I would like it to appear in div or section of html , so that it is not ugly on top of...
asked by 24.04.2018 / 05:52
3
answers

Problem with the background in 2 columns, css grid

I want to create two full width columns as you can see in the image with css grid. I have managed to do it, the detail is that I put a width to the box of the son and I try to align it to the center and I get spoiled. You can see the code her...
asked by 29.03.2018 / 23:45
1
answer

Problem SCSS / CSS

Good: Until recently I used my SCSS style sheet, made the modifications and everything worked fine, they added me to my CSS stylesheet. But since this afternoon I apply changes in my SCSS and they are not added. However, if I modify my CSS shee...
asked by 06.10.2016 / 16:54
2
answers

keep the content centered on a defined layout?

LAYOUT ACTUAL I have an already defined layout which consists of a container (.container) that centers all the content of the page, of the rows (.row) which help to create horizontal divisions inside the container and the columns that help...
asked by 06.02.2018 / 03:01
1
answer

How to delete the last text or written number?

It turns out that I want to try to have the last number erased  I've written but I can not think of how. Something like the backspace that computers have, that's why the arrow between AC and the percentage. var primern; var segundon; v...
asked by 25.04.2018 / 00:24
1
answer

Fixed panel in the "fonde" of the screen (responsive)

I'm setting up a website with angular2 and css. In a view, have 1 grid and I need to add in the bottom of the screen a panel of actions that is always fixed below (it has to be responsive). I did that with this code: <div style="position: f...
asked by 08.04.2017 / 22:45
0
answers

Angular6 scss selector

Angular6 use with scss. I have a component A to which the styles of class .estilos-A are applied and I call it from two different components. What I try to do and I do not achieve is that, depending on the component since I call A , th...
asked by 29.11.2018 / 23:13
0
answers

Problem compiling Sass in Atom (Win 10)

I am learning how to use Sass, in Windows 10 . I use the Atom editor and the Prepros preprocessor. I have Nodejs installed. The problem is that when I wanted to compile the sass file for the first time, I found this in Atom:    ["node-s...
asked by 24.08.2018 / 16:09
2
answers

Fixed header in HTML

I have this HTML and CSS code and I need the header to be fixed. Everything works fine, but titles do not align with the body. This is the code: <table class="table header_fijo"> <thead> <tr id="cabecera">...
asked by 01.08.2018 / 19:53
0
answers

BrowserSync does not show my own css styles, just from materialize. Help

var gulp = require('gulp'); var sass = require('gulp-sass'); var browserSync = require('browser-sync'); gulp.task('styles', () => { gulp.src('sass/**/*.scss') .pipe(sass().on('error', sass.logError))...
asked by 15.07.2018 / 22:46